Add binding for <alt>BackSpace to emacs keys
authorIvan Malison <IvanMalison@gmail.com>
Mon, 2 Apr 2018 03:16:05 +0000 (20:16 -0700)
committerIvan Malison <IvanMalison@gmail.com>
Mon, 2 Apr 2018 03:16:05 +0000 (20:16 -0700)
gtk/gtk-keys.css.emacs

index 9dd624074cbdd4e158258b7eab99aba5b4ff5a90..6639e8d1deb10a807e75f156a8628673aa137b05 100644 (file)
@@ -59,6 +59,7 @@
                       "insert-at-cursor" (" ") };
   bind "<alt>KP_Space" { "delete-from-cursor" (whitespace, 1)
                          "insert-at-cursor" (" ")  };
+  bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
   /*
    * Some non-Emacs keybindings people are attached to
    */